﻿/*----------公用样式-------------*/
body{margin:0 auto;padding:0;font-size:12px;}
div{margin:0 auto;padding:0;}
/*网站右边联系方式*/
aside.pageContract{position:fixed;_position:absolute;top:-300px;right:0;width:165px;height:305px; }
aside.pageContract ul {width:165px;height:305px;overflow:hidden;z-index:9;position:relative; }
aside.pageContract li{text-indent:45px;width:165px;height:40px;line-height:40px;font-weight: 700; color:#ffffff;font-size:14px;margin: 0 0 1px 0;background:url(../images/contract.jpg) no-repeat;cursor: pointer; position: relative; left: 120px;background:#5279ee;}
aside.pageContract li.MSG{background:url(../images/contract.jpg) 2px 0px no-repeat;background-color:#ff5854;}
aside.pageContract li.QQ {background:url(../images/contract.jpg) 2px -41px no-repeat;}
aside.pageContract li.TEL{background-position:2px -82px;background:#5279ee;}
aside.pageContract li.WEIBO{background-position:2px -123px;background:#5279ee;}
aside.pageContract li.WX {background:#5278f5 url(../images/contract.jpg) 2px -164px no-repeat;}
aside.pageContract div.QR{position:absolute;top:205px;left:-114px;width:229px; height: 229px; display: none;background:url(../images/qr.jpg) no-repeat;border:#5279ee 2px solid;}
aside.pageContract li a:link,
aside.pageContract li a:visited {color: #ffffff;}
/******************/
.kfDiv{width:340px;height:150px;background:url(../images/tbg.png) no-repeat;font-family:"微软雅黑";overflow:hidden; position:absolute;z-index:12;top:40%;left:42%;margin-left:-95px;}  
.kfbt{width:100%;height:32px;line-height:32px;color:#fff;font-size:14px;overflow:hidden;}
.kfz{float:left;margin-left:15px;}
.bi{float:right;margin-right:4px;cursor:pointer;width:48px;height:20px;}
.khou{width:70%;padding-left:30%;height:60px;margin-top:20px;color:#555;line-height:25px;overflow:hidden;}
.ktn{width:100%;height:25px;margin-top:8px;overflow:hidden;}
.ktn span{display:block;width:70px;height:25px;float:right;cursor:pointer;margin-right:6px;}
.ktn span a{display:block;width:70px;height:25px;cursor:pointer;}
 /*动画名字， 动画运行的时间，alternate平滑过渡， infinite是反复执行*/  
 .imgAnimation{  
      animation-name: imgAnimation;  
      animation: imgAnimation 8s alternate;  
      -webkit-animation: imgAnimation 8s alternate ;  
      -moz-animation: imgAnimation 8s alternate infinite;  
 }  
 @-webkit-keyframes imgAnimation{  
   /* 0%{left:-198px;top:500px;} */ 
   0%{top:40%;left:42%;margin-left:-195px;opacity:0.10;filter:alpha(opacity=10);}
    100%{top:40%;left:42%;margin-left:-95px;}  
 } 



















